1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class uctThongTinSanPham
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Component Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(uctThongTinSanPham));
32             
this.groupBox1 = new System.Windows.Forms.GroupBox();
33             
this.btnTimNhaCungCap = new System.Windows.Forms.Button();
34             
this.btnHuy = new System.Windows.Forms.Button();
35             
this.btnXoa = new System.Windows.Forms.Button();
36             
this.btnSua = new System.Windows.Forms.Button();
37             
this.btnThemMoi = new System.Windows.Forms.Button();
38             
this.cmbDonViTinh = new System.Windows.Forms.ComboBox();
39             
this.txtGhiChu = new System.Windows.Forms.TextBox();
40             
this.txtNhaCungCap = new System.Windows.Forms.TextBox();
41             
this.txtTenSanPham = new System.Windows.Forms.TextBox();
42             
this.txtMaSanPham = new System.Windows.Forms.TextBox();
43             
this.label6 = new System.Windows.Forms.Label();
44             
this.label5 = new System.Windows.Forms.Label();
45             
this.label4 = new System.Windows.Forms.Label();
46             
this.label3 = new System.Windows.Forms.Label();
47             
this.label2 = new System.Windows.Forms.Label();
48             
this.label1 = new System.Windows.Forms.Label();
49             
this.pictureBox1 = new System.Windows.Forms.PictureBox();
50             
this.groupBox1.SuspendLayout();
51             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).BeginInit();
52             
this.SuspendLayout();
53             
//
54             
// groupBox1
55             
//
56             
this.groupBox1.Controls.Add(this.pictureBox1);
57             
this.groupBox1.Controls.Add(this.btnTimNhaCungCap);
58             
this.groupBox1.Controls.Add(this.btnHuy);
59             
this.groupBox1.Controls.Add(this.btnXoa);
60             
this.groupBox1.Controls.Add(this.btnSua);
61             
this.groupBox1.Controls.Add(this.btnThemMoi);
62             
this.groupBox1.Controls.Add(this.cmbDonViTinh);
63             
this.groupBox1.Controls.Add(this.txtGhiChu);
64             
this.groupBox1.Controls.Add(this.txtNhaCungCap);
65             
this.groupBox1.Controls.Add(this.txtTenSanPham);
66             
this.groupBox1.Controls.Add(this.txtMaSanPham);
67             
this.groupBox1.Controls.Add(this.label6);
68             
this.groupBox1.Controls.Add(this.label5);
69             
this.groupBox1.Controls.Add(this.label4);
70             
this.groupBox1.Controls.Add(this.label3);
71             
this.groupBox1.Controls.Add(this.label2);
72             
this.groupBox1.Location = new System.Drawing.Point(29, 73);
73             
this.groupBox1.Name = "groupBox1";
74             
this.groupBox1.Size = new System.Drawing.Size(781, 298);
75             
this.groupBox1.TabIndex = 0;
76             
this.groupBox1.TabStop = false;
77             
this.groupBox1.Text = "groupBox1";
78             
//
79             
// btnTimNhaCungCap
80             
//
81             
this.btnTimNhaCungCap.Location = new System.Drawing.Point(439, 113);
82             
this.btnTimNhaCungCap.Name = "btnTimNhaCungCap";
83             
this.btnTimNhaCungCap.Size = new System.Drawing.Size(229, 25);
84             
this.btnTimNhaCungCap.TabIndex = 14;
85             
this.btnTimNhaCungCap.Text = "Tìm nâng cao";
86             
this.btnTimNhaCungCap.UseVisualStyleBackColor = true;
87             
//
88             
// btnHuy
89             
//
90             
this.btnHuy.Location = new System.Drawing.Point(452, 259);
91             
this.btnHuy.Name = "btnHuy";
92             
this.btnHuy.Size = new System.Drawing.Size(75, 23);
93             
this.btnHuy.TabIndex = 13;
94             
this.btnHuy.Text = "Hủy";
95             
this.btnHuy.UseVisualStyleBackColor = true;
96             
//
97             
// btnXoa
98             
//
99             
this.btnXoa.Location = new System.Drawing.Point(362, 259);
100             
this.btnXoa.Name = "btnXoa";
101             
this.btnXoa.Size = new System.Drawing.Size(75, 23);
102             
this.btnXoa.TabIndex = 12;
103             
this.btnXoa.Text = "Xóa";
104             
this.btnXoa.UseVisualStyleBackColor = true;
105             
//
106             
// btnSua
107             
//
108             
this.btnSua.Location = new System.Drawing.Point(270, 259);
109             
this.btnSua.Name = "btnSua";
110             
this.btnSua.Size = new System.Drawing.Size(75, 23);
111             
this.btnSua.TabIndex = 11;
112             
this.btnSua.Text = "Sửa";
113             
this.btnSua.UseVisualStyleBackColor = true;
114             
//
115             
// btnThemMoi
116             
//
117             
this.btnThemMoi.Location = new System.Drawing.Point(180, 259);
118             
this.btnThemMoi.Name = "btnThemMoi";
119             
this.btnThemMoi.Size = new System.Drawing.Size(75, 23);
120             
this.btnThemMoi.TabIndex = 10;
121             
this.btnThemMoi.Text = "Thêm mới";
122             
this.btnThemMoi.UseVisualStyleBackColor = true;
123             
this.btnThemMoi.Click += new System.EventHandler(this.btnThemMoi_Click);
124             
//
125             
// cmbDonViTinh
126             
//
127             
this.cmbDonViTinh.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
128             
this.cmbDonViTinh.FormattingEnabled = true;
129             
this.cmbDonViTinh.Location = new System.Drawing.Point(180, 152);
130             
this.cmbDonViTinh.Name = "cmbDonViTinh";
131             
this.cmbDonViTinh.Size = new System.Drawing.Size(242, 26);
132             
this.cmbDonViTinh.TabIndex = 9;
133             
//
134             
// txtGhiChu
135             
//
136             
this.txtGhiChu.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
137             
this.txtGhiChu.Location = new System.Drawing.Point(180, 184);
138             
this.txtGhiChu.Name = "txtGhiChu";
139             
this.txtGhiChu.Size = new System.Drawing.Size(488, 24);
140             
this.txtGhiChu.TabIndex = 8;
141             
//
142             
// txtNhaCungCap
143             
//
144             
this.txtNhaCungCap.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
145             
this.txtNhaCungCap.Location = new System.Drawing.Point(180, 114);
146             
this.txtNhaCungCap.Name = "txtNhaCungCap";
147             
this.txtNhaCungCap.Size = new System.Drawing.Size(242, 24);
148             
this.txtNhaCungCap.TabIndex = 7;
149             
//
150             
// txtTenSanPham
151             
//
152             
this.txtTenSanPham.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
153             
this.txtTenSanPham.Location = new System.Drawing.Point(180, 80);
154             
this.txtTenSanPham.Name = "txtTenSanPham";
155             
this.txtTenSanPham.Size = new System.Drawing.Size(488, 24);
156             
this.txtTenSanPham.TabIndex = 6;
157             
//
158             
// txtMaSanPham
159             
//
160             
this.txtMaSanPham.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
161             
this.txtMaSanPham.Location = new System.Drawing.Point(180, 40);
162             
this.txtMaSanPham.Name = "txtMaSanPham";
163             
this.txtMaSanPham.Size = new System.Drawing.Size(242, 24);
164             
this.txtMaSanPham.TabIndex = 5;
165             
this.txtMaSanPham.Enter += new System.EventHandler(this.txtMaSanPham_Enter);
166             
this.txtMaSanPham.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtMaSanPham_KeyDown);
167             
//
168             
// label6
169             
//
170             
this.label6.AutoSize = true;
171             
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
172             
this.label6.Location = new System.Drawing.Point(37, 190);
173             
this.label6.Name = "label6";
174             
this.label6.Size = new System.Drawing.Size(59, 18);
175             
this.label6.TabIndex = 4;
176             
this.label6.Text = "Ghi chú";
177             
//
178             
// label5
179             
//
180             
this.label5.AutoSize = true;
181             
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
182             
this.label5.Location = new System.Drawing.Point(37, 155);
183             
this.label5.Name = "label5";
184             
this.label5.Size = new System.Drawing.Size(77, 18);
185             
this.label5.TabIndex = 3;
186             
this.label5.Text = "Đơn vị tính";
187             
//
188             
// label4
189             
//
190             
this.label4.AutoSize = true;
191             
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
192             
this.label4.Location = new System.Drawing.Point(37, 120);
193             
this.label4.Name = "label4";
194             
this.label4.Size = new System.Drawing.Size(99, 18);
195             
this.label4.TabIndex = 2;
196             
this.label4.Text = "Nhà cung cấp";
197             
//
198             
// label3
199             
//
200             
this.label3.AutoSize = true;
201             
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
202             
this.label3.Location = new System.Drawing.Point(37, 80);
203             
this.label3.Name = "label3";
204             
this.label3.Size = new System.Drawing.Size(102, 18);
205             
this.label3.TabIndex = 1;
206             
this.label3.Text = "Tên sản phẩm";
207             
//
208             
// label2
209             
//
210             
this.label2.AutoSize = true;
211             
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
212             
this.label2.Location = new System.Drawing.Point(37, 40);
213             
this.label2.Name = "label2";
214             
this.label2.Size = new System.Drawing.Size(98, 18);
215             
this.label2.TabIndex = 0;
216             
this.label2.Text = "Mã sản phẩm";
217             
//
218             
// label1
219             
//
220             
this.label1.AutoSize = true;
221             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
222             
this.label1.Location = new System.Drawing.Point(324, 25);
223             
this.label1.Name = "label1";
224             
this.label1.Size = new System.Drawing.Size(266, 36);
225             
this.label1.TabIndex = 1;
226             
this.label1.Text = "Thiết lập sản phẩm";
227             
//
228             
// pictureBox1
229             
//
230             
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
231             
this.pictureBox1.Location = new System.Drawing.Point(430, 30);
232             
this.pictureBox1.Name = "pictureBox1";
233             
this.pictureBox1.Size = new System.Drawing.Size(40, 34);
234             
this.pictureBox1.TabIndex = 15;
235             
this.pictureBox1.TabStop = false;
236             
//
237             
// uctThongTinSanPham
238             
//
239             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
240             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
241             
this.Controls.Add(this.label1);
242             
this.Controls.Add(this.groupBox1);
243             
this.Name = "uctThongTinSanPham";
244             
this.Size = new System.Drawing.Size(837, 442);
245             
this.groupBox1.ResumeLayout(false);
246             
this.groupBox1.PerformLayout();
247             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).EndInit();
248             
this.ResumeLayout(false);
249             
this.PerformLayout();
250
251         }
252
253         
#endregion
254
255         
private System.Windows.Forms.GroupBox groupBox1;
256         
private System.Windows.Forms.Label label1;
257         
private System.Windows.Forms.Label label6;
258         
private System.Windows.Forms.Label label5;
259         
private System.Windows.Forms.Label label4;
260         
private System.Windows.Forms.Label label3;
261         
private System.Windows.Forms.Label label2;
262         
private System.Windows.Forms.TextBox txtGhiChu;
263         
private System.Windows.Forms.TextBox txtNhaCungCap;
264         
private System.Windows.Forms.TextBox txtTenSanPham;
265         
private System.Windows.Forms.TextBox txtMaSanPham;
266         
private System.Windows.Forms.ComboBox cmbDonViTinh;
267         
private System.Windows.Forms.Button btnHuy;
268         
private System.Windows.Forms.Button btnXoa;
269         
private System.Windows.Forms.Button btnSua;
270         
private System.Windows.Forms.Button btnThemMoi;
271         
private System.Windows.Forms.Button btnTimNhaCungCap;
272         
private System.Windows.Forms.PictureBox pictureBox1;
273     }
274 }


Gõ tìm kiếm nhanh...